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 0f01eff commit 3e3936eCopy full SHA for 3e3936e
.github/dependabot.yml
@@ -6,7 +6,7 @@ updates:
6
interval: daily
7
time: "08:00"
8
open-pull-requests-limit: 10
9
-
+
10
- package-ecosystem: github-actions
11
directory: "/"
12
schedule:
README.md
@@ -35,7 +35,7 @@ fn foo() { /* unix specific functionality */ }
35
#[cfg(all(target_pointer_width = "32", not(unix)))]
36
fn foo() { /* non-unix, 32-bit functionality */ }
37
#[cfg(not(any(unix, target_pointer_width = "32")))]
38
-fn foo() { /* fallback implementation */ }
+fn foo() { /* fallback implementation */ }
39
```
40
41
# License
0 commit comments