1
Fork 0
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:
Steffo 2023-03-20 11:14:16 +01:00
parent cf7268ebdb
commit a38d04fb5e
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 0 additions and 4 deletions

View file

@ -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")]

View file

@ -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")]