Skip to content

Commit 94048cf

Browse files
authored
Merge pull request #1529 from khandrym/update-variable-bindings
Add a comment to note that warnings may not be shown in a browser in the Variable Bindings section
2 parents 99ee8e5 + bb8c0b2 commit 94048cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/variable_bindings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ fn main() {
2626
2727
let noisy_unused_variable = 2u32;
2828
// FIXME ^ Prefix with an underscore to suppress the warning
29+
// Please note that warnings may not be shown in a browser
2930
}
30-
```
31+
```

0 commit comments

Comments
 (0)