Allow deprecated elements from gitlab crate
We know they exist. There's no obvious replacement for the moment, so they'll just stop working when they stop working. Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
4e0eea9e6c
commit
5b5de13db0
3 changed files with 7 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ mod gitlab;
|
|||
mod types;
|
||||
|
||||
pub use crate::hooks::forgejo::ForgejoHook;
|
||||
#[allow(deprecated)]
|
||||
pub use crate::hooks::gitlab::GitlabHook;
|
||||
pub use crate::hooks::types::Hook;
|
||||
use crate::hooks::types::{IssueAction, MergeRequestAction, WikiAction};
|
||||
|
|
|
|||
Loading…
Reference in a new issue