Skip to content

Commit

Permalink
content: install_landscape_blocks shouldn't be hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Oct 18, 2023
1 parent 708375d commit b82c9ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions all-is-cubes-content/src/landscape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ impl DefaultProvision for LandscapeBlocks {
///
/// This is an async function for the sake of cancellation and optional cooperative
/// multitasking. It may be blocked on from a synchronous context.
// TODO: not sure if we want this to be a public interface; is currently in use by lighting_bench
#[doc(hidden)]
pub async fn install_landscape_blocks(
universe: &mut Universe,
resolution: Resolution,
Expand Down

0 comments on commit b82c9ef

Please sign in to comment.