Skip to content

Commit

Permalink
🔀 Merge pull request #102 from Somfic/master
Browse files Browse the repository at this point in the history
Make `JournalDirWatcherError` publicly accessible
  • Loading branch information
rster2002 authored Nov 16, 2024
2 parents e5136f9 + dfef205 commit 114762e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/journal/asynchronous.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub use live_journal_dir_reader::JournalDirWatcherError;
pub use live_journal_dir_reader::LiveJournalDirReader;

mod live_journal_dir_reader;
1 change: 1 addition & 0 deletions src/modules/journal/blocking.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub use live_journal_dir_reader::JournalDirWatcherError;
pub use live_journal_dir_reader::LiveJournalDirReader;

mod live_journal_dir_reader;

0 comments on commit 114762e

Please sign in to comment.