rename conduit to conduwuit finally
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
c6bf8f5ea1
commit
0317cc8cc5
277 changed files with 559 additions and 551 deletions
|
@ -8,7 +8,7 @@ use crate::{utils::camel_to_snake_string, Result};
|
|||
|
||||
pub(super) fn command(mut item: ItemFn, _args: &[Meta]) -> Result<TokenStream> {
|
||||
let attr: Attribute = parse_quote! {
|
||||
#[conduit_macros::implement(crate::Command, params = "<'_>")]
|
||||
#[conduwuit_macros::implement(crate::Command, params = "<'_>")]
|
||||
};
|
||||
|
||||
item.attrs.push(attr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue