chore: Remove a bunch of unused structs (#16139)
Found by beta clippy. Release Notes: - N/A
This commit is contained in:
parent
f956257638
commit
68ae347077
3 changed files with 0 additions and 30 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue