chore: Remove a bunch of unused structs (#16139)

Found by beta clippy.

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-08-13 01:43:19 +02:00 committed by GitHub
parent f956257638
commit 68ae347077
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 30 deletions

View file

@ -36,9 +36,6 @@ impl JsonSchema for KeymapAction {
}
}
#[derive(Deserialize)]
struct ActionWithData(Box<str>, Value);
impl KeymapFile {
pub fn load_asset(asset_path: &str, cx: &mut AppContext) -> Result<()> {
let content = asset_str::<SettingsAssets>(asset_path);