]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast/src/ptr.rs
Remove double spaces after dots in comments
[rust.git] / compiler / rustc_ast / src / ptr.rs
index 30481eddf9160ee30009d679ade670127c96fc32..4b2850336a03db2479ec59804de725eb26ff23ae 100644 (file)
@@ -22,7 +22,6 @@
 //!   Moreover, a switch to, e.g., `P<'a, T>` would be easy and mostly automated.
 
 use std::fmt::{self, Debug, Display};
-use std::iter::FromIterator;
 use std::ops::{Deref, DerefMut};
 use std::{slice, vec};