Run the formatter

This commit is contained in:
Tobin C. Harding 2024-06-24 16:13:19 +10:00
parent b904de375a
commit 05931cc0fa
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 2 deletions

View File

@ -4,10 +4,9 @@
use core::ops::{Deref, DerefMut};
use crate::script;
#[allow(unused)]
use crate::prelude::*;
use crate::script;
#[rustfmt::skip] // Keep public re-exports separate.
#[doc(inline)]