We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ecb02 commit 170214fCopy full SHA for 170214f
src/tools/rustfmt/src/comment.rs
@@ -403,7 +403,7 @@ enum CodeBlockAttribute {
403
impl CodeBlockAttribute {
404
/// Parse comma separated attributes list. Return rust only if all
405
/// attributes are valid rust attributes
406
- /// See https://doc.rust-lang.org/rustdoc/print.html#attributes
+ /// See <https://doc.rust-lang.org/rustdoc/print.html#attributes>
407
fn new(attributes: &str) -> CodeBlockAttribute {
408
for attribute in attributes.split(",") {
409
match attribute.trim() {
0 commit comments