rust/src/libserialize
Corey Farwell 5850d16d52 Remove unnecessary explicit lifetime bounds.
These explicit lifetimes can be ommitted because of lifetime elision
rules. Instances were found using rust-clippy.
2016-02-18 08:37:10 -05:00
..
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
collection_impls.rs std: Stabilize custom hasher support in HashMap 2016-01-26 08:39:07 -08:00
hex.rs
json.rs Remove unnecessary explicit lifetime bounds. 2016-02-18 08:37:10 -05:00
lib.rs Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
serialize.rs