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.
2 parents 28ab9b9 + 6652fe1 commit 629eb19Copy full SHA for 629eb19
libc-test/build.rs
@@ -642,7 +642,7 @@ fn test_windows(target: &str) {
642
643
// Windows uppercase structs don't have `struct` in front:
644
t if is_struct => {
645
- if ty.clone().chars().next().unwrap().is_uppercase() {
+ if ty.chars().next().unwrap().is_uppercase() {
646
t.to_string()
647
} else if t == "stat" {
648
"struct __stat64".to_string()
0 commit comments