Skip to content

Commit 81c24c7

Browse files
committed
Remove some no longer necessary tags
1 parent 80f41af commit 81c24c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
//! is implemented entirely in Rust rather than deferring to the libc
2121
//! `glob`/`fnmatch` functions.
2222
23-
#![crate_name = "glob"]
24-
#![experimental]
25-
#![crate_type = "rlib"]
26-
#![crate_type = "dylib"]
2723
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2824
html_favicon_url = "http://www.rust-lang.org/favicon.ico")]
2925

0 commit comments

Comments
 (0)