Skip to content

Commit

Permalink
Fix LookupResult doc
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc committed Apr 15, 2024
1 parent 2d7c060 commit 9bfe46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lookup.rs
Expand Up @@ -20,9 +20,9 @@ pub struct SplitDwarfLoad<R> {

/// Operations that consult debug information may require additional files
/// to be loaded if split DWARF is being used. This enum returns the result
/// of the operation in the `Break` variant, or information about the split
/// of the operation in the `Output` variant, or information about the split
/// DWARF that is required and a continuation to invoke once it is available
/// in the `Continue` variant.
/// in the `Load` variant.
///
/// This enum is intended to be used in a loop like so:
/// ```no_run
Expand Down

0 comments on commit 9bfe46d

Please sign in to comment.