Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Cargo doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Oct 12, 2023
1 parent 2e1b384 commit 9eaa878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emergence_lib/src/enum_iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct EnumIter<A: IterableEnum> {
index: usize,
/// Marker used to keep track of which `IterableEnum` this `EnumIter` iterates through.
///
/// For more information, see [`PhantomData`](std::marker::PhantomData).
/// For more information, see [`PhantomData`].
_phantom: PhantomData<A>,
}

Expand Down
2 changes: 1 addition & 1 deletion emergence_lib/src/water/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl Id<Item> {
/// The components needed to track the water table.
///
/// These are stored on terrain tile entities.
/// To fully compute basic water dynamics, you also need the [`VoxelPos`](crate::geometry::VoxelPos) and [`Height`] components.
/// To fully compute basic water dynamics, you also need the [`VoxelPos`] and [`Height`] components.
#[derive(Bundle, Debug, Default)]
pub struct WaterBundle {
/// The volume of water stored at this tile.
Expand Down

0 comments on commit 9eaa878

Please sign in to comment.