mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Add inline attribute
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
/// The special cased translation macro for completions. The empty string needs to be special cased,
|
||||
/// since it can occur, and should not be translated. (Gettext returns the version information as
|
||||
/// the response).
|
||||
#[inline(always)]
|
||||
#[allow(non_snake_case)]
|
||||
fn C_(s: &wstr) -> &'static wstr {
|
||||
if s.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user