mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54: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)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
|
||||||
|
|
||||||
macro_rules! test_fetch {
|
macro_rules! test_fetch {
|
||||||
( $id:ident, $version:literal, $locale:literal ) => {
|
( $id:ident, $version:literal, $locale:literal ) => {
|
||||||
#[cfg(feature = "fetch")]
|
#[cfg(feature = "fetch")]
|
||||||
|
|
|
@ -77,8 +77,6 @@ impl SetBundle {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
|
||||||
|
|
||||||
macro_rules! test_fetch {
|
macro_rules! test_fetch {
|
||||||
( $id:ident, $version:literal, $locale:literal, $set:literal ) => {
|
( $id:ident, $version:literal, $locale:literal, $set:literal ) => {
|
||||||
#[cfg(feature = "fetch")]
|
#[cfg(feature = "fetch")]
|
||||||
|
|
Loading…
Reference in a new issue