Skip to content

Commit

Permalink
fix doc issue in rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Oct 21, 2021
1 parent d3ecb02 commit 170214f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rustfmt/src/comment.rs
Expand Up @@ -403,7 +403,7 @@ enum CodeBlockAttribute {
impl CodeBlockAttribute {
/// Parse comma separated attributes list. Return rust only if all
/// attributes are valid rust attributes
/// See https://doc.rust-lang.org/rustdoc/print.html#attributes
/// See <https://doc.rust-lang.org/rustdoc/print.html#attributes>
fn new(attributes: &str) -> CodeBlockAttribute {
for attribute in attributes.split(",") {
match attribute.trim() {
Expand Down

0 comments on commit 170214f

Please sign in to comment.