We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9be653 commit a77fbaeCopy full SHA for a77fbae
1 file changed
tests/_utils.rs
@@ -77,13 +77,13 @@ impl Default for SampleWorkspace {
77
MergeableFileSystemTree::<&str, String>::from(dir! {
78
"flat" => dir! {
79
"0" => file!("")
80
- "1" => file!("a".repeat(100000))
81
- "2" => file!("a".repeat(200000))
82
- "3" => file!("a".repeat(300000))
+ "1" => file!("a".repeat(100_000))
+ "2" => file!("a".repeat(200_000))
+ "3" => file!("a".repeat(300_000))
83
}
84
"nested" => dir! {
85
"0" => dir! {
86
- "1" => file!("a".repeat(500000))
+ "1" => file!("a".repeat(500_000))
87
88
89
"empty-dir" => dir! {}
0 commit comments