Skip to content

Commit

Permalink
Amend README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshr committed Jun 12, 2024
1 parent b237e56 commit 8202069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ attr-bounds

An attribute macro to stipulate bounds.

The attribute applies bounds to `struct`s, `enum`s, `union`s, `trait`s, `fn`s, and `impl` blocks.
The attribute applies bounds to `struct`s, `enum`s, `union`s, `trait`s, `fn`s, associated `type`s, and `impl` blocks.

```rust
use attr_bounds::bounds;
Expand Down

0 comments on commit 8202069

Please sign in to comment.