diff options
| author | Fuwn <[email protected]> | 2025-05-27 16:16:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-27 16:16:35 +0000 |
| commit | 884aa53553e4a811dc269d60fd6fc59e837390d3 (patch) | |
| tree | 53718aa956dd7623465a9dd2fa142d024d4f9726 /examples | |
| parent | ci(ga): bump rustc (diff) | |
| download | germ-884aa53553e4a811dc269d60fd6fc59e837390d3.tar.xz germ-884aa53553e4a811dc269d60fd6fc59e837390d3.zip | |
refactor: Use latest best practices and formatting
Diffstat (limited to 'examples')
| -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 e9d4cec..16cd45b 100644 --- a/examples/meta.rs +++ b/examples/meta.rs @@ -28,7 +28,7 @@ fn main() { // Convert the structured meta representation back to a string, identical to // the original meta section - println!("{}", meta.to_string()); + println!("{}", meta); // The MIME type of the meta section println!("{}", meta.mime()); |