docs: remove sentence about `cargo-edit` (#198)

This commit is contained in:
Pig Fang 2022-08-21 23:33:51 +08:00 committed by GitHub
parent ba4ba47e4d
commit 12279f83a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -77,8 +77,6 @@ the following features:
### Installing ### Installing
Using [`cargo-edit`](https://crates.io/crates/cargo-edit):
```sh ```sh
$ cargo add miette $ cargo add miette
``` ```

View File

@ -76,8 +76,6 @@
//! //!
//! ## Installing //! ## Installing
//! //!
//! Using [`cargo-edit`](https://crates.io/crates/cargo-edit):
//!
//! ```sh //! ```sh
//! $ cargo add miette //! $ cargo add miette
//! ``` //! ```