Miscellaneous minor code cleanup

# Conflicts:
#	graphene/Cargo.toml
This commit is contained in:
Keavon Chambers
2021-08-12 20:34:36 -07:00
parent 3ae376e0e8
commit 395e2b86ea
20 changed files with 31 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
use serde::{Deserialize, Serialize};
// TODO: Rename this `ToolOption` to not be plural in a separate commit (together with `enum LayerDataTypes`)
#[derive(Debug, Clone, Copy, Eq, PartialEq, Serialize, Deserialize, Hash)]
pub enum ToolOptions {
Select { append_mode: SelectAppendMode },