diff options
| author | Fuwn <[email protected]> | 2022-05-18 01:52:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-18 01:52:36 +0000 |
| commit | 11405ce0600d61f3772a7efe7fbd3de4cc2bf892 (patch) | |
| tree | 24ebda9cc59ae51b4e87fdde688fe009eaf420af /examples/meta.rs | |
| parent | chore(makefile): use --all-features (diff) | |
| download | germ-11405ce0600d61f3772a7efe7fbd3de4cc2bf892.tar.xz germ-11405ce0600d61f3772a7efe7fbd3de4cc2bf892.zip | |
fix: global clippy lint fixes
Diffstat (limited to 'examples/meta.rs')
| -rw-r--r-- | examples/meta.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/meta.rs b/examples/meta.rs index 75d894b..a9f4077 100644 --- a/examples/meta.rs +++ b/examples/meta.rs @@ -19,6 +19,6 @@ fn main() { println!( "{:?}", - germ::meta::Meta::from_str("text/gemini; hi=2; hi2=string=2") + germ::meta::Meta::from_string("text/gemini; hi=2; hi2=string=2") ) } |