File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ fn main() {
8181
8282## Feature Flags
8383
84- | Flag | Enables |
85- | :------------: | ------------------------------------------------------------------------------------------------------------------------------------------- |
86- | ` "std" ` | implements ` std::error::Error ` for errors |
87- | ` "url" ` | ` TryFrom<url::Url> ` for [ ` Pointer ` ] ( `crate::Pointer` ) |
88- | ` "uniresid" ` | ` TryFrom<uniresid::Uri> ` + ` TryFrom<uniresid::AbsoluteUri> ` for [ ` Pointer ` ] ( `crate::Pointer` ) |
89- | ` "fluent-uri" ` | ` TryFrom<fluent_uri::Uri<&str>> ` + ` TryFrom<uniresid ::Uri<String>> ` + ` TryFrom<uniresid ::Uri<&mut [u8]>> ` for [ ` Pointer ` ] ( `crate::Pointer` ) |
84+ | Flag | Enables |
85+ | :------------: | ----------------------------------------------------------------------------------------------------------------------------------------------- |
86+ | ` "std" ` | implements ` std::error::Error ` for errors |
87+ | ` "url" ` | ` TryFrom<url::Url> ` for [ ` Pointer ` ] ( `crate::Pointer` ) |
88+ | ` "uniresid" ` | ` TryFrom<uniresid::Uri> ` + ` TryFrom<uniresid::AbsoluteUri> ` for [ ` Pointer ` ] ( `crate::Pointer` ) |
89+ | ` "fluent-uri" ` | ` TryFrom<fluent_uri::Uri<&str>> ` + ` TryFrom<fluent_uri ::Uri<String>> ` + ` TryFrom<fluent_uri ::Uri<&mut [u8]>> ` for [ ` Pointer ` ] ( `crate::Pointer` ) |
9090
9191## Contributions / Issues
9292
You can’t perform that action at this time.
0 commit comments