Skip to content

Commit

Permalink
fix(lua): xclog is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Jun 16, 2022
1 parent 26ffb32 commit 7ff5e0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/daemon/requests/build.rs
@@ -1,5 +1,3 @@
use xclog::XCLogger;

use super::*;
use crate::{nvim::BufferDirection, types::BuildConfiguration};
use std::fmt::Debug;
Expand All @@ -11,6 +9,7 @@ use {
crate::util::serde::value_or_default,
crate::watch::{Event, Watchable},
tokio::sync::MutexGuard,
xclog::XCLogger,
};

/// Build a project.
Expand Down

0 comments on commit 7ff5e0d

Please sign in to comment.