Skip to content

Commit

Permalink
Fix doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 20, 2023
1 parent 980757a commit 9898bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parser/bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl Location {
/// # Example
///
/// ```
/// # use snippets::*;
/// # use snippets::parser::bytes::*;
/// let example = "#include <stdio.h> int main() {}";
/// let location = Location::builder().byte_offset(20).byte_len(10).build();
///
Expand All @@ -125,7 +125,7 @@ impl Location {
/// # Example
///
/// ```
/// # use snippets::*;
/// # use snippets::parser::bytes::*;
/// let example = "#include <stdio.h> int main() {}";
/// let location = Location::builder().byte_offset(20).byte_len(10).build();
///
Expand Down

0 comments on commit 9898bf8

Please sign in to comment.