librustdoc: fix fallout
This commit is contained in:
parent
cc242bcf47
commit
4d4915aa28
@ -393,7 +393,7 @@ impl LangString {
|
||||
let mut seen_other_tags = false;
|
||||
let mut data = LangString::all_false();
|
||||
|
||||
let mut tokens = string.split(|c: char|
|
||||
let mut tokens = string.split(|&: c: char|
|
||||
!(c == '_' || c == '-' || c.is_alphanumeric())
|
||||
);
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#![allow(unknown_features)]
|
||||
#![feature(globs, macro_rules, phase, slicing_syntax)]
|
||||
#![feature(unboxed_closures)]
|
||||
|
||||
extern crate arena;
|
||||
extern crate getopts;
|
||||
|
Loading…
x
Reference in New Issue
Block a user