Skip to content

Commit

Permalink
adding zero limit search
Browse files Browse the repository at this point in the history
  • Loading branch information
IVIURRAY committed Jan 16, 2024
1 parent f236987 commit b19a6ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// rustfmt-format_generated_files: false
// rustfmt-generated_marker_line_search_limit: 0

// @generated
fn main() {
println!("hello, world")
;
}
// @generated
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// rustfmt-format_generated_files: false
// rustfmt-generated_marker_line_search_limit: 0

// @generated
fn main() {
println!("hello, world");
}
// @generated

0 comments on commit b19a6ea

Please sign in to comment.