mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Fix: fmt
This commit is contained in:
parent
03f7547cc3
commit
459bf51173
1 changed files with 1 additions and 2 deletions
|
@ -3,15 +3,14 @@
|
||||||
#[cfg(not(target_arch = "wasm32"))]
|
#[cfg(not(target_arch = "wasm32"))]
|
||||||
use crate::fs_cache::PathMapFn;
|
use crate::fs_cache::PathMapFn;
|
||||||
|
|
||||||
use crate::IncrementalRenderer;
|
|
||||||
use crate::memory_cache::InMemoryCache;
|
use crate::memory_cache::InMemoryCache;
|
||||||
|
use crate::IncrementalRenderer;
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
path::{Path, PathBuf},
|
path::{Path, PathBuf},
|
||||||
time::Duration,
|
time::Duration,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/// A configuration for the incremental renderer.
|
/// A configuration for the incremental renderer.
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct IncrementalRendererConfig {
|
pub struct IncrementalRendererConfig {
|
||||||
|
|
Loading…
Reference in a new issue