Skip to content

Commit

Permalink
fix: don't run
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Mar 22, 2024
1 parent c64dac2 commit b78b846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! ## Usage
//!
//! ```rust
//! ```no_run
//! // Parse your lottie file
//! let lottie = inclide_str!("../lottie.json");
//! let composition = velato::Composition::from_str(lottie).expect("valid file");
Expand Down

0 comments on commit b78b846

Please sign in to comment.