From 69bf7f5f17b346bd4f634fc569211d84a3bb587e Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Mon, 1 Mar 2021 09:30:32 -0500 Subject: [PATCH] Miscellaneous fixes --- Cargo.toml | 1 - README.md | 2 +- src/front/spv/flow.rs | 2 +- tests/snapshots.rs | 3 --- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 43e16fde92..8e9b5dac5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,6 @@ path = "bin/convert.rs" [dev-dependencies] difference = "2.0" -env_logger = "0.8" ron = "0.6" serde = { version = "1.0", features = ["derive"] } spirv = { package = "spirv_headers", version = "1.5", features = ["deserialize"] } diff --git a/README.md b/README.md index 5e04f23720..ff661d5565 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Back-end | Status | Notes | SPIR-V (binary) | :white_check_mark: | | WGSL | | | Metal | :white_check_mark: | | -HLSL | | | +HLSL | :construction: | | GLSL | :ok: | | AIR | | | DXIL/DXIR | | | diff --git a/src/front/spv/flow.rs b/src/front/spv/flow.rs index c4b910c8f2..9c9386c14d 100644 --- a/src/front/spv/flow.rs +++ b/src/front/spv/flow.rs @@ -1,4 +1,4 @@ - #![allow(dead_code)] +#![allow(dead_code)] use super::error::Error; ///! see https://en.wikipedia.org/wiki/Control-flow_graph diff --git a/tests/snapshots.rs b/tests/snapshots.rs index 02e8cd2dac..01b21dedce 100644 --- a/tests/snapshots.rs +++ b/tests/snapshots.rs @@ -40,9 +40,6 @@ struct BindTarget { #[derive(Default, serde::Deserialize)] struct Parameters { - #[serde(default)] - #[allow(dead_code)] - spv_flow_dump_prefix: String, #[cfg_attr(not(feature = "spv-out"), allow(dead_code))] spv_version: (u8, u8), #[cfg_attr(not(feature = "spv-out"), allow(dead_code))]