diff --git a/Cargo.toml b/Cargo.toml index b9b4367..89a6498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "kushi" version = "0.1.0" -edition = "2021" -description = "A queue built for the Dango Music Player and Oden" -readme = "README.md" -homepage = "https://github.com/Dangoware/kushi-queue" -repository = "https://github.com/Dangoware/kushi-queue" license = "MIT OR Apache-2.0" +description = "A queue built for the Dango Music Player and Oden" +homepage = "https://github.com/Dangoware/kushi-queue" +edition = "2021" +readme = "README.md" +repository = "https://github.com/Dangoware/kushi-queue" keywords = ["queue","music","vec", "dmp"] categories = ["data-structures"] diff --git a/src/lib.rs b/src/lib.rs index 23c25f9..3a1d149 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -45,7 +45,7 @@ impl< QueueItem { pub fn from_item_type(item: QueueItemType, source: Option) -> Self { QueueItem { - item: item, + item, state: QueueState::NoState, source, by_human: false,