Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlie Davis committed May 23, 2024
1 parent a38fc30 commit faabef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/libs/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub use agile_reference::*;
pub use array::*;
pub use as_impl::*;
pub use com_object::*;
pub use dynamic_cast::*;
#[cfg(feature = "std")]
pub use event::*;
pub use guid::*;
Expand All @@ -68,7 +69,6 @@ pub use weak::*;
pub use windows_implement::implement;
pub use windows_interface::interface;
pub use windows_result::*;
pub use dynamic_cast::*;

/// Attempts to load the factory object for the given WinRT class.
/// This can be used to access COM interfaces implemented on a Windows Runtime class factory.
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/core/src/unknown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub trait IUnknownImpl {
fn to_object(&self) -> ComObject<Self::Impl>
where
Self::Impl: ComObjectInner<Outer = Self>;

/// The distance from the start of `<Foo>_Impl` to the `this` field within it. The `this` field
/// contains the `MyApp` instance.
const INNER_BYTE_OFFSET: usize;
Expand Down

0 comments on commit faabef0

Please sign in to comment.