Skip to content

Commit

Permalink
Make crate::parse_result::ParseResult public
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Apr 22, 2024
1 parent 5562e4a commit 057960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use prost::Message;

use crate::bindings::*;
use crate::error::*;
use crate::parse_result::ParseResult;
pub use crate::parse_result::ParseResult;
use crate::protobuf;

/// Represents the resulting fingerprint containing both the raw integer form as well as the
Expand Down

0 comments on commit 057960d

Please sign in to comment.