servo/components/profile_traits
Simon Sapin 83b3ebf6ac Simplify TOML syntax
* Sections like `[dependencies.foo]` can be entries in a `[dependencies]`
  section with the `{key = value}` syntax.
* Per-target dependencies can be expressed with more general `cfg(…)`
  conditions instead of exact target triples:
  https://github.com/rust-lang/cargo/pull/2328
2016-04-26 23:51:36 +02:00
..
Cargo.toml Simplify TOML syntax 2016-04-26 23:51:36 +02:00
energy.rs Add check up on extern crate order and sort extern crates alphabetically 2015-11-28 03:11:08 +01:00
lib.rs Deny unsafe code in more crates. 2016-03-18 14:43:03 +01:00
mem.rs use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
time.rs use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00