mirror of
https://github.com/rust-lang/log.git
synced 2026-02-14 20:08:22 +00:00
Use correct feature name
This commit is contained in:
parent
66ec3b808f
commit
44e65c378d
2
env/src/lib.rs
vendored
2
env/src/lib.rs
vendored
@ -127,7 +127,7 @@
|
||||
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "http://doc.rust-lang.org/env_logger/")]
|
||||
#![feature(core, env, io)]
|
||||
#![feature(core, env, old_io)]
|
||||
|
||||
extern crate regex;
|
||||
extern crate log;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user