mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Remove unused use
This commit is contained in:
parent
cf7268ebdb
commit
a38d04fb5e
2 changed files with 0 additions and 4 deletions
|
@ -80,8 +80,6 @@ pub fn create_globalindexes_from_wd() -> globals::LocalizedGlobalsIndexes {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
macro_rules! test_fetch {
|
||||
( $id:ident, $version:literal, $locale:literal ) => {
|
||||
#[cfg(feature = "fetch")]
|
||||
|
|
|
@ -77,8 +77,6 @@ impl SetBundle {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
macro_rules! test_fetch {
|
||||
( $id:ident, $version:literal, $locale:literal, $set:literal ) => {
|
||||
#[cfg(feature = "fetch")]
|
||||
|
|
Loading…
Reference in a new issue