Skip to content

Commit 170214f

Browse files
fix doc issue in rustfmt
1 parent d3ecb02 commit 170214f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rustfmt/src/comment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ enum CodeBlockAttribute {
403403
impl CodeBlockAttribute {
404404
/// Parse comma separated attributes list. Return rust only if all
405405
/// attributes are valid rust attributes
406-
/// See https://doc.rust-lang.org/rustdoc/print.html#attributes
406+
/// See <https://doc.rust-lang.org/rustdoc/print.html#attributes>
407407
fn new(attributes: &str) -> CodeBlockAttribute {
408408
for attribute in attributes.split(",") {
409409
match attribute.trim() {

0 commit comments

Comments
 (0)