We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a640b commit 214159aCopy full SHA for 214159a
crates/cairo-lang-filesystem/src/cfg.rs
@@ -107,7 +107,9 @@ impl CfgSet {
107
Self(self.0.union(&other.0).cloned().collect())
108
}
109
110
- /// An iterator visiting all elements in insertion order.
+ /// An iterator visiting all elements in ascending sorted order.
111
+ ///
112
+ /// Elements are returned in order according to the `Ord` implementation of `Cfg`.
113
pub fn iter(&self) -> impl Iterator<Item = &Cfg> {
114
self.0.iter()
115
0 commit comments