We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0641505 commit 2043c6cCopy full SHA for 2043c6c
crates/wit-parser/src/resolve/mod.rs
@@ -410,8 +410,7 @@ impl Resolve {
410
/// the correct topological order internally and detects dependency cycles.
411
///
412
/// On error, spans in the returned [`ResolveError`] are absolute within
413
- /// `self.source_map` and can be resolved with
414
- /// [`SourceMap::get_location`].
+ /// `self.source_map`.
415
416
/// The returned [`PackageId`] corresponds to `main`.
417
pub fn push_groups(
0 commit comments