std: Iterator.len_ -> .len
This commit is contained in:
parent
74d2552b0a
commit
f9dee04aaa
5 changed files with 14 additions and 15 deletions
|
|
@ -938,7 +938,7 @@ fn disassemble_extract(config: &config, _props: &TestProps,
|
|||
|
||||
fn count_extracted_lines(p: &Path) -> uint {
|
||||
let x = io::read_whole_file_str(&p.with_filetype("ll")).unwrap();
|
||||
x.line_iter().len_()
|
||||
x.line_iter().len()
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue