From 62ad1d807100116af786cbaa02cc93d5b4a1aa65 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 17 Sep 2016 15:22:04 +0200 Subject: [PATCH] Add documentation for the StoreAction util type --- libimagstorestdhook/src/vcs/git/action.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libimagstorestdhook/src/vcs/git/action.rs b/libimagstorestdhook/src/vcs/git/action.rs index 277260f0..fbfa3fe4 100644 --- a/libimagstorestdhook/src/vcs/git/action.rs +++ b/libimagstorestdhook/src/vcs/git/action.rs @@ -1,5 +1,6 @@ use std::fmt::{Display, Formatter, Error}; +/// Utility type to specify which kind of store action is running #[derive(Clone, Debug)] pub enum StoreAction { Create,