Register new snapshots
This commit is contained in:
@@ -26,10 +26,10 @@ This API is completely unstable and subject to change.
|
||||
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "http://static.rust-lang.org/doc/master")];
|
||||
|
||||
#[feature(macro_rules, globs, managed_boxes, default_type_params, phase, quote)];
|
||||
|
||||
#[feature(macro_rules, globs, managed_boxes, default_type_params, phase,
|
||||
quote)];
|
||||
#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0
|
||||
#[allow(deprecated)];
|
||||
#[deny(non_camel_case_types)];
|
||||
|
||||
extern crate serialize;
|
||||
extern crate term;
|
||||
|
||||
Reference in New Issue
Block a user