oops
This commit is contained in:
parent
719b33391d
commit
d4d3dfd8b6
2 changed files with 0 additions and 7 deletions
|
@ -3,6 +3,3 @@ name = "osstr_traits"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[features]
|
|
||||||
derive = []
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
pub mod impls;
|
pub mod impls;
|
||||||
|
|
||||||
#[cfg(feature = "derive")]
|
|
||||||
#[macro_use]
|
|
||||||
extern crate osstr_traits_derive;
|
|
||||||
|
|
||||||
use std::ffi::{OsStr, OsString};
|
use std::ffi::{OsStr, OsString};
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue