Removed unneccessary _iter
suffixes from various APIs
This commit is contained in:
parent
b42c438892
commit
24b316a3b9
63 changed files with 473 additions and 469 deletions
|
@ -4586,7 +4586,7 @@ impl Parser {
|
|||
self.bump();
|
||||
let the_string = ident_to_str(&s);
|
||||
let mut abis = AbiSet::empty();
|
||||
for word in the_string.word_iter() {
|
||||
for word in the_string.words() {
|
||||
match abi::lookup(word) {
|
||||
Some(abi) => {
|
||||
if abis.contains(abi) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue