Skip to content

Commit

Permalink
Merge pull request #1529 from khandrym/update-variable-bindings
Browse files Browse the repository at this point in the history
Add a comment to note that warnings may not be shown in a browser in the Variable Bindings section
  • Loading branch information
marioidival committed Apr 8, 2022
2 parents 99ee8e5 + bb8c0b2 commit 94048cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/variable_bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ fn main() {
let noisy_unused_variable = 2u32;
// FIXME ^ Prefix with an underscore to suppress the warning
// Please note that warnings may not be shown in a browser
}
```
```

0 comments on commit 94048cf

Please sign in to comment.