Skip to content

Commit

Permalink
Address unused import failure
Browse files Browse the repository at this point in the history
Signed-off-by: Dzmitry Huba <huba@google.com>
  • Loading branch information
dzmitry-huba committed Dec 8, 2023
1 parent 322762a commit 4e5eacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

pub use super::read_only::{ReadOnlyOption, ReadState};
pub use super::read_only::ReadOnlyOption;
use super::util::NO_LIMIT;
use super::{
errors::{Error, Result},
Expand Down

0 comments on commit 4e5eacb

Please sign in to comment.