diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-08-24 16:29:05 -0400 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-08-24 16:29:05 -0400 |
commit | 8c128cb550ba66d4962cd81acca93857c605eaa0 (patch) | |
tree | f9305509b2e5a6c6af3b7ae9f892aaeef10d0ebd | |
parent | e7c7bba846fea549fe4e93de4c9d21e851a9882f (diff) | |
parent | 3ad7e6055c71ed2a18f0fb7491698131296bab8f (diff) | |
download | milf-rs-8c128cb550ba66d4962cd81acca93857c605eaa0.tar.gz milf-rs-8c128cb550ba66d4962cd81acca93857c605eaa0.zip |
Merge pull request #13 from mahkoh/name
add crate_name
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ //! [2]: https://github.com/BurntSushi/toml-test //! +#![crate_name = "toml"] #![crate_type = "lib"] #![feature(macro_rules)] #![deny(warnings, missing_doc)] |