Skip to content

Commit a1a4ab3

Browse files
committed
forgot an inport
1 parent 34415c1 commit a1a4ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
//! and [SemanticVersion] for versions.
7272
//! This may be done quite easily by implementing the three following functions.
7373
//! ```
74-
//! # use pubgrub::{DependencyProvider, Dependencies, SemanticVersion, Ranges, DependencyConstraints, Map};
74+
//! # use pubgrub::{DependencyProvider, Dependencies, SemanticVersion, Ranges,
75+
//! # DependencyConstraints, Map, PackageResolutionStatistics};
7576
//! # use std::error::Error;
7677
//! # use std::borrow::Borrow;
7778
//! # use std::convert::Infallible;

0 commit comments

Comments
 (0)