diff --git a/src/os/windows/mod.rs b/src/os/windows/mod.rs index df43c4b..7fe73b2 100644 --- a/src/os/windows/mod.rs +++ b/src/os/windows/mod.rs @@ -18,9 +18,6 @@ unsafe impl ::std::marker::Send for Library {} impl Library { /// Find and load a shared library (module). /// - /// Locations where library is searched for is platform specific and can’t be adjusted - /// portably. - /// /// Corresponds to `LoadLibraryW(filename)`. #[inline] pub fn new>(filename: P) -> ::Result {