Skip to content

Commit

Permalink
exposing ghcomment and super_toml for public use
Browse files Browse the repository at this point in the history
  • Loading branch information
nasifimtiazohi committed Jul 22, 2021
1 parent 76dd9a6 commit da485f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depdive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ mod advisory;
mod code;
mod cratesio;
mod diff;
mod ghcomment;
pub mod ghcomment;
mod github;
mod super_toml;
pub mod super_toml;
mod update;

use ghcomment::{Emoji::*, GitHubCommentGenerator, TextStyle::*};
Expand Down

0 comments on commit da485f7

Please sign in to comment.