Skip to content

Commit 2cb56ee

Browse files
committed
typo
1 parent 71609c5 commit 2cb56ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/formatting/cargo_toml.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ use toml_edit::{
66

77
use crate::{Config, ErrorKind};
88

9-
/// Format `Cargo.toml` according to [the Style Guide]
9+
/// Format `Cargo.toml` according to [the Style Guide].
1010
///
11-
/// [the Style Guide]: https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/cargo.md).
11+
/// [the Style Guide]: https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/cargo.md
1212
pub(crate) fn format_cargo_toml_inner(content: &str, config: &Config) -> Result<String, ErrorKind> {
1313
let mut doc = content.parse::<toml_edit::Document>()?;
1414
let rules = [

0 commit comments

Comments
 (0)