refact: Fix warning

(cherry picked from commit e9371a0838eec93a0158a408c58be1a1efd44ab2)
This commit is contained in:
Robert Hensing 2024-05-23 14:04:51 +02:00
parent 9a62664fb1
commit 1ac0f10f74

View file

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