diff --git a/Makefile b/Makefile index 7973c4e..95caf80 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ publish: cargo publish -p musicxml checknostd: - cd ensure_no_std && cargo build --release --target x86_64-unknown-none + cd ensure_no_std && cargo build --target x86_64-unknown-none check: cargo clippy -- -W clippy::all -W clippy::correctness -W clippy::suspicious -W clippy::complexity -W clippy::perf -W clippy::style -W clippy::pedantic -W clippy::panic -A clippy::doc_markdown -A clippy::wildcard_imports -A clippy::module_name_repetitions -D warnings diff --git a/musicxml/src/datatypes/note_type_value.rs b/musicxml/src/datatypes/note_type_value.rs index 44282ed..cbcd90d 100644 --- a/musicxml/src/datatypes/note_type_value.rs +++ b/musicxml/src/datatypes/note_type_value.rs @@ -24,7 +24,7 @@ pub enum NoteTypeValue { #[rename("16th")] Sixteenth, /// ![32nd](https://hedgetechllc.github.io/musicxml/musicxml/datatypes/note-type-32nd.png) - #[rename("32th")] + #[rename("32nd")] ThirtySecond, /// ![64th](https://hedgetechllc.github.io/musicxml/musicxml/datatypes/note-type-64th.png) #[rename("64th")]