Skip to content

Commit

Permalink
fix Animation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nan committed Sep 4, 2024
1 parent 9c6e935 commit 5177d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/animation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,13 @@ pub(crate) struct AnimationRaw {
}

impl Animation {
/// `Animation` resource file version for `Archive`.
/// `Animation` resource file tag for `Archive`.
#[inline]
pub fn tag() -> &'static str {
"ozz-animation"
}

/// `Animation` resource file tag for `Archive`.
/// `Animation` resource file version for `Archive`.
#[inline]
pub fn version() -> u32 {
7
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
//! ```
//!
#![feature(allocator_api)]
#![feature(const_collections_with_hasher)]
#![feature(portable_simd)]

pub mod animation;
Expand Down

0 comments on commit 5177d5b

Please sign in to comment.