Skip to content

Commit

Permalink
Merge pull request #246 from konsumlamm/modernization
Browse files Browse the repository at this point in the history
Modernization
  • Loading branch information
KodrAus committed Jul 19, 2021
2 parents 6aadbd0 + ea8d102 commit 46a2c8e
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 156 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -21,11 +21,10 @@ Add this to your `Cargo.toml`:
bitflags = "1.2"
```

and this to your crate root:
and this to your source code:

```rust
#[macro_use]
extern crate bitflags;
use bitflags::bitflags;
```

## Rust Version Support
Expand Down

0 comments on commit 46a2c8e

Please sign in to comment.