Skip to content

Commit 50369f5

Browse files
Merge pull request #5043 from calebcartwright/another-subtree-sync
sync subtree
2 parents 599b2fd + 757da8c commit 50369f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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() {

tests/cargo-fmt/source/workspaces/path-dep-above/e/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ version = "0.1.0"
44
edition = "2018"
55
[dependencies]
66
c = { path = "../ws/c" }
7+
8+
[workspace]

0 commit comments

Comments
 (0)