Skip to content

Commit

Permalink
Remove clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Oct 9, 2024
1 parent a7acbe5 commit 2b8a261
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildpacks/ruby/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ impl Buildpack for RubyBuildpack {
}

#[allow(clippy::too_many_lines)]
#[allow(deprecated)]
fn build(&self, context: BuildContext<Self>) -> libcnb::Result<BuildResult, Self::Error> {
let mut build_output = Print::new(stdout()).h2("Heroku Ruby Buildpack");

Expand Down

0 comments on commit 2b8a261

Please sign in to comment.