Skip to content

Commit

Permalink
Remove unused qualification
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 7, 2024
1 parent 9326ba0 commit 7d84cc3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/country.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Needed because of re-export of Id::*
#![allow(unused_qualifications)]

//! Country related types.

use serde_derive::{Deserialize, Serialize};
Expand Down Expand Up @@ -331,4 +328,4 @@ pub enum Id {
ZW,
}

pub use self::Id::*;
pub use Id::*;

0 comments on commit 7d84cc3

Please sign in to comment.