aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-27 16:16:35 +0000
committerFuwn <[email protected]>2025-05-27 16:16:35 +0000
commit884aa53553e4a811dc269d60fd6fc59e837390d3 (patch)
tree53718aa956dd7623465a9dd2fa142d024d4f9726 /examples
parentci(ga): bump rustc (diff)
downloadgerm-884aa53553e4a811dc269d60fd6fc59e837390d3.tar.xz
germ-884aa53553e4a811dc269d60fd6fc59e837390d3.zip
refactor: Use latest best practices and formatting
Diffstat (limited to 'examples')
-rw-r--r--examples/meta.rs2
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());