Skip to content

Commit

Permalink
metalog: avoid glob import
Browse files Browse the repository at this point in the history
Summary: Expand the import. There is no reason to use glob import.

Reviewed By: muirdm

Differential Revision: D54201001

fbshipit-source-id: 9d5e1661ce38af1843f3e5ad9c6a6bf6ed57ca66
  • Loading branch information
quark-zju authored and facebook-github-bot committed Feb 29, 2024
1 parent 088b41f commit b367ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/lib/metalog/src/metalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use serde_json::Value;
pub use zstore::Id20;
use zstore::Zstore;

use crate::constants::*;
use crate::constants::METALOG_TRACKED;
use crate::Error;
use crate::Result;

Expand Down

0 comments on commit b367ed4

Please sign in to comment.