From 7b19f3b66f0c8318613193f587a1e3401b97d33d Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 5 Jul 2024 06:59:54 +0100 Subject: [PATCH] chore: directly re-export function and type --- crates/server-actor/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/server-actor/src/lib.rs b/crates/server-actor/src/lib.rs index 9355927..7c9d350 100644 --- a/crates/server-actor/src/lib.rs +++ b/crates/server-actor/src/lib.rs @@ -13,8 +13,7 @@ use std::path::PathBuf; use tracing::{error, info, warn}; use webhook::{AddWebhookRecipient, ShutdownWebhook, WebhookActor, WebhookRouter}; -pub use git::repository::{real as repository_factory, RepositoryFactory}; -use git_next_git as git; +pub use git_next_git::repository::{real as repository_factory, RepositoryFactory}; message!(ReceiveServerConfig: ServerConfig: "Notification of newly loaded server configuration.