major update thingy. Clippy is happy, bugfixes, new "max_results" arg to /re_updateDiscord, etc.
This commit is contained in:
+2
-2
@@ -66,7 +66,7 @@ macro_rules! warnln {
|
||||
macro_rules! lang {
|
||||
($key:expr) => {
|
||||
{
|
||||
use crate::{LANG, errln};
|
||||
use $crate::{LANG, errln};
|
||||
let value = unsafe {
|
||||
LANG
|
||||
.as_ref()
|
||||
@@ -80,7 +80,7 @@ macro_rules! lang {
|
||||
}
|
||||
};
|
||||
($key:expr, $($arg:expr),*) => {{
|
||||
use crate::{LANG, errln};
|
||||
use $crate::{LANG, errln};
|
||||
use formatx::formatx;
|
||||
|
||||
let value = unsafe {
|
||||
|
||||
Reference in New Issue
Block a user