Skip to content

Commit

Permalink
chore: Allow clippy::redundant_locals in surface codegen, for lates…
Browse files Browse the repository at this point in the history
…t nightlies
  • Loading branch information
MingweiSamuel committed Aug 8, 2023
1 parent 22b186e commit fe8b601
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ expression: "prettyplease::unparse(&wrapped)"
---
fn main() {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
use hydroflow::{var_expr, var_args};
let mut df = hydroflow::scheduled::graph::Hydroflow::new();
Expand Down
2 changes: 1 addition & 1 deletion hydroflow_lang/src/graph/hydroflow_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ impl HydroflowGraph {

quote! {
{
#[allow(unused_qualifications)]
#[allow(unused_qualifications, clippy::redundant_locals)]
{
#prefix

Expand Down

0 comments on commit fe8b601

Please sign in to comment.