We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccdaf3 commit 4135031Copy full SHA for 4135031
1 file changed
sqlx-core/src/sqlite/testing/mod.rs
@@ -72,7 +72,7 @@ fn convert_path(test_path: &str) -> String {
72
.into_os_string()
73
.into_string()
74
.expect("path should be UTF-8");
75
- s.replace('\\', '/')
+ s.replace("\\", "/")
76
}
77
78
#[test]
0 commit comments