chore (backend-rs, minor): use crate::export
This commit is contained in:
parent
d9ff9101a1
commit
1c0d2e43b4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const GREETING_MESSAGE: &str = "\
|
||||||
If you like Firefish, please consider contributing to the repo. https://firefish.dev/firefish/firefish
|
If you like Firefish, please consider contributing to the repo. https://firefish.dev/firefish/firefish
|
||||||
";
|
";
|
||||||
|
|
||||||
#[macro_rs::export]
|
#[crate::export]
|
||||||
pub fn greet() {
|
pub fn greet() {
|
||||||
println!("{}", GREETING_MESSAGE);
|
println!("{}", GREETING_MESSAGE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue