You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ windows = ["feat_os_windows"]
34
34
nightly = []
35
35
test_unimplemented = []
36
36
expensive_tests = []
37
+
# "test_risky_names" == enable tests that create problematic file names (would make a network share inaccessible to Windows, breaks SVN on Mac OS, etc.)
38
+
test_risky_names = []
37
39
# * only build `uudoc` when `--feature uudoc` is activated
0 commit comments