Skip to content

Commit

Permalink
cleaned dead code
Browse files Browse the repository at this point in the history
Signed-off-by: AlexMikhalev <[email protected]>
  • Loading branch information
AlexMikhalev committed May 2, 2024
1 parent a3f4517 commit de15ece
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions desktop/src-tauri/src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ use terraphim_service::TerraphimService;
use terraphim_types::{Document, SearchQuery};
use serde::{Deserialize, Serialize};

#[derive(Debug, Deserialize)]
#[allow(dead_code)]
pub struct RequestBody {
id: i32,
name: String,
}


use serde::Serializer;
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, Copy)]
pub enum Status {
Expand Down

0 comments on commit de15ece

Please sign in to comment.