Skip to content

Commit 35c4c53

Browse files
authored
Merge pull request #98 from SlimeYummy/fix/animation-docs
fix Animation docs
2 parents 11668a0 + 5177d5b commit 35c4c53

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/animation.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,13 @@ pub(crate) struct AnimationRaw {
298298
}
299299

300300
impl Animation {
301-
/// `Animation` resource file version for `Archive`.
301+
/// `Animation` resource file tag for `Archive`.
302302
#[inline]
303303
pub fn tag() -> &'static str {
304304
"ozz-animation"
305305
}
306306

307-
/// `Animation` resource file tag for `Archive`.
307+
/// `Animation` resource file version for `Archive`.
308308
#[inline]
309309
pub fn version() -> u32 {
310310
7

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
//! ```
4646
//!
4747
48-
#![feature(allocator_api)]
49-
#![feature(const_collections_with_hasher)]
5048
#![feature(portable_simd)]
5149

5250
pub mod animation;

0 commit comments

Comments
 (0)