From 709629d5d3ab856d9711aedbe32ceaafac5369af Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 00:17:02 +0800 Subject: Add framework system and refactor module exports --- systems/_asset/test/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'systems/_asset/test') diff --git a/systems/_asset/test/src/lib.rs b/systems/_asset/test/src/lib.rs index 4aad777..4b62028 100644 --- a/systems/_asset/test/src/lib.rs +++ b/systems/_asset/test/src/lib.rs @@ -13,8 +13,6 @@ pub struct FooData { } impl RWData for FooData { - type DataType = FooData; - async fn read(path: &PathBuf) -> Result { let content = tokio::fs::read_to_string(path) .await -- cgit