Commit 33a736e
committed
fix(mkdir): replace panic! with assert! in concurrent test
- Fix clippy manual_assert warning
- Use assert! instead of if !success { panic! }
- Format assert! call according to rustfmt requirements
- Maintains same error message and behavior
- Passes clippy pedantic checks1 parent d25ff03 commit 33a736e
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | | - | |
792 | | - | |
793 | | - | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
794 | 796 | | |
795 | 797 | | |
796 | 798 | | |
| |||
0 commit comments