Skip to content

Commit

Permalink
doc: two warnings from rustdoc (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics authored Apr 23, 2024
1 parent bcadafb commit 3ae767b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atmosphere-core/src/schema/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub mod column {
//
/// We do treat this foreign key as a column of another table. This is not
/// smart to do - but can become necessary when doing complex joins. This
/// is memory safe as Self<A> and Self<B> have the exact same memory layout,
/// is memory safe as `Self<A>` and `Self<B>` have the exact same memory layout,
/// we do not store any data (A or B) but only a `PhantomData` instance which
/// is here transmuted.
pub const unsafe fn transmute<I: Table>(&'static self) -> &'static ForeignKey<I> {
Expand Down

0 comments on commit 3ae767b

Please sign in to comment.