Remove duplicate comment

This commit is contained in:
Dániel Buga 2020-09-27 11:00:46 +02:00
parent 5b9e886403
commit 3d4a2e6bb9

View file

@ -1103,9 +1103,6 @@ impl Session {
self.used_attrs.lock().is_marked(attr)
}
/// Returns `true` if the attribute's path matches the argument. If it matches, then the
/// attribute is marked as used.
/// Returns `true` if the attribute's path matches the argument. If it
/// matches, then the attribute is marked as used.
///