Skip to content

Commit

Permalink
use crate vs use super
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-is-hate committed Jun 4, 2024
1 parent d13474e commit ebe3203
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ pub(crate) mod tests {

use crate::utils::{
as_hex,
find_message_descriptor,
find_enum_value_by_name,
find_message_type_by_name,
find_nested_type,
Expand All @@ -602,8 +603,6 @@ pub(crate) mod tests {
split_name
};

use super::find_message_descriptor;

#[test]
fn last_name_test() {
expect!(last_name("")).to(be_equal_to(""));
Expand Down

0 comments on commit ebe3203

Please sign in to comment.