Miscellaneous minor code cleanup

This commit is contained in:
Keavon Chambers
2021-08-12 20:34:36 -07:00
parent 2e8b133023
commit 84ecfc86de
21 changed files with 32 additions and 13 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 },