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 28ab9b9 commit 6652fe1Copy full SHA for 6652fe1
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