Skip to content

Commit ded3f60

Browse files
committed
Removed author attr from crate since it seems unsupported after rust-lang/rust#10316. Also moved comment attr to desc which seems more appropriate.
1 parent 8551b70 commit ded3f60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
url = "https://github.com/zargony/rust-fuse.git")];
1515
#[crate_type = "lib"];
1616

17-
#[comment = "Rust FUSE - Filesystem in Userspace"];
18-
#[author = "Andreas Neuhaus <[email protected]>"];
17+
#[desc = "Rust FUSE - Filesystem in Userspace"];
1918
#[license = "MIT"];
2019

2120
#[feature(globs)];

0 commit comments

Comments
 (0)