Skip to content

Commit 001400d

Browse files
committed
docs: remove redundant trailing puncutations
1 parent 5c86154 commit 001400d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in stable Rust, along with a set of safe APIs for creating in-place constructors
1616
to initialize trait objects. Here’s a quick example of how to use dynify:
1717

1818
```rust
19-
use dynify::Dynify;;
19+
use dynify::Dynify;
2020
use std::future::Future;
2121
use std::mem::MaybeUninit;
2222

0 commit comments

Comments
 (0)