Skip to content

Commit

Permalink
feat: fix fork, add clippy test in CI (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx authored Sep 10, 2024
1 parent 2b3574c commit 36250c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Add this to your Cargo.toml:
```toml
[dependencies]
bytesize = { package = "foyer-bytesize", version = "1", features = ["serde"]}
```

## Example
### Human readable representations (SI unit and Binary unit)
Expand Down Expand Up @@ -105,8 +106,6 @@ fn assert_display(expected: &str, b: ByteSize) {

### Arithmetic operations
```rust
extern crate bytesize;

use bytesize::ByteSize;

fn byte_arithmetic_operator() {
Expand Down

0 comments on commit 36250c6

Please sign in to comment.