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 a399591 commit 298380eCopy full SHA for 298380e
build.rs
@@ -70,7 +70,7 @@ fn dir_exists(location: &str) -> bool {
70
eprintln!("WARNING: failed to access `{}`: {}", location, err);
71
}
72
false
73
- },
+ }
74
75
76
@@ -82,7 +82,7 @@ fn file_exists(location: &str) -> bool {
82
83
84
85
86
87
88
@@ -450,7 +450,7 @@ fn main() {
450
let (backends, backend_dirs) = blob_backends(&conf, &build_dir);
451
452
if backends.is_empty() {
453
- fail("no arrayfire backends found");
+ fail("no arrayfire backends found");
454
455
456
for backend in backends.iter() {
0 commit comments