maint: Move conditionally unused use

(cherry picked from commit 21e3f3f569758b6cbf668c27330675c579efff5c)
This commit is contained in:
Robert Hensing 2024-04-10 14:26:28 +02:00
parent d38cf51c63
commit 65f411d35e

View file

@ -35,6 +35,7 @@ pub fn get(key: &str) -> Result<String> {
#[cfg(test)]
mod tests {
use super::*;
use ctor::ctor;
#[ctor::ctor]
fn setup() {