Skip to content

Commit 2043c6c

Browse files
committed
Don't reference a non-existent method in docs
1 parent 0641505 commit 2043c6c

File tree

1 file changed

+1
-2
lines changed
  • crates/wit-parser/src/resolve

1 file changed

+1
-2
lines changed

crates/wit-parser/src/resolve/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,7 @@ impl Resolve {
410410
/// the correct topological order internally and detects dependency cycles.
411411
///
412412
/// On error, spans in the returned [`ResolveError`] are absolute within
413-
/// `self.source_map` and can be resolved with
414-
/// [`SourceMap::get_location`].
413+
/// `self.source_map`.
415414
///
416415
/// The returned [`PackageId`] corresponds to `main`.
417416
pub fn push_groups(

0 commit comments

Comments
 (0)