mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
fix clippy
This commit is contained in:
5
.github/workflows/release-per-commit.yml
vendored
5
.github/workflows/release-per-commit.yml
vendored
@@ -1,5 +1,3 @@
|
||||
# In your .github/workflows/release-per-commit.yml file
|
||||
|
||||
name: Release per-commit
|
||||
|
||||
on:
|
||||
@@ -9,9 +7,6 @@ on:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
# The rest of your jobs would go here
|
||||
# ...
|
||||
|
||||
upload-artifacts:
|
||||
if: success() && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'master'
|
||||
name: Download & Upload Builds
|
||||
|
||||
@@ -2,7 +2,7 @@ use criterion::{Criterion, criterion_group, criterion_main};
|
||||
use pumpkin_data::noise_router::OVERWORLD_BASE_NOISE_ROUTER;
|
||||
use pumpkin_world::generation::{
|
||||
GlobalRandomConfig,
|
||||
noise_router::{
|
||||
noise::router::{
|
||||
chunk_density_function::ChunkNoiseFunctionBuilderOptions,
|
||||
chunk_noise_router::ChunkNoiseRouter, proto_noise_router::ProtoNoiseRouters,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user