Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
interesting
Browse files Browse the repository at this point in the history
GH wants me to add this suggested change in a new patch :(

Co-authored-by: Sebastian Dröge <slomo@coaxion.net>
  • Loading branch information
Zeeshan Ali and sdroege committed Jun 6, 2020
1 parent ceeb98d commit 3c944ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//! assert_eq!(hello.get_str(), Some("Hello!"));
//! assert_eq!(num.get_str(), None);
//!
//! // Variant carying a Variant
//! // Variant carrying a Variant
//! let variant = Variant::new_variant(&hello);
//! let variant = variant.get_variant().unwrap();
//! assert_eq!(variant.get_str(), Some("Hello!"));
Expand Down

0 comments on commit 3c944ea

Please sign in to comment.