Skip to content

Commit 61d4ce4

Browse files
committed
chore: fix feature flags table
1 parent f924492 commit 61d4ce4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ fn main() {
8181

8282
## Feature Flags
8383

84-
| Flag | Enables |
85-
| ---------- | ---------------------------------------------------------------------------------------------------------- |
86-
| `"std"` | implements `std::error::Error` for errors |
87-
| `"url"` | implements `TryFrom<url::Url>` for [`Pointer`](`crate::Pointer`) |
88-
| `uniresid` | implements `TryFrom<uniresid::Uri>` and `TryFrom<uniresid::AbsoluteUri>` for [`Pointer`](`crate::Pointer`) |
84+
| Flag | Enables |
85+
| :----------: | ---------------------------------------------------------------------------------------------------------- |
86+
| `"std"` | implements `std::error::Error` for errors |
87+
| `"url"` | implements `TryFrom<url::Url>` for [`Pointer`](`crate::Pointer`) |
88+
| `"uniresid"` | implements `TryFrom<uniresid::Uri>` and `TryFrom<uniresid::AbsoluteUri>` for [`Pointer`](`crate::Pointer`) |
8989

9090
## Contributions / Issues
9191

0 commit comments

Comments
 (0)