mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-04-03 02:45:50 +00:00
chore: Add must_use annotation
This commit is contained in:
@@ -16,6 +16,7 @@ pub mod built {
|
||||
option_env!("CONDUIT_VERSION_EXTRA")
|
||||
};
|
||||
|
||||
#[must_use]
|
||||
pub fn version_tag() -> Option<&'static str> {
|
||||
VERSION_EXTRA
|
||||
.filter(|s| !s.is_empty())
|
||||
|
||||
Reference in New Issue
Block a user