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 3242b39 commit ff970c9Copy full SHA for ff970c9
build.rs
@@ -71,7 +71,7 @@ fn dir_exists(location: &str) -> bool {
71
eprintln!("WARNING: failed to access `{}`: {}", location, err);
72
}
73
false
74
- },
+ }
75
76
77
@@ -83,7 +83,7 @@ fn file_exists(location: &str) -> bool {
83
84
85
86
87
88
89
@@ -458,7 +458,7 @@ fn main() {
458
let (backends, backend_dirs) = blob_backends(&conf, &build_dir);
459
460
if backends.is_empty() {
461
- fail("no arrayfire backends found");
+ fail("no arrayfire backends found");
462
463
464
for backend in backends.iter() {
0 commit comments