From 1490c6d3f051fe217c5260d0a9fe6b8057860aa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 10:36:59 +0100 Subject: [PATCH] Modify rule S3776: Add Rust (#4825) * Add rust to rule S3776 * Update rule.adoc --------- Co-authored-by: sallaigy Co-authored-by: Gyula Sallai --- rules/S3776/rust/metadata.json | 2 ++ rules/S3776/rust/rule.adoc | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 rules/S3776/rust/metadata.json create mode 100644 rules/S3776/rust/rule.adoc diff --git a/rules/S3776/rust/metadata.json b/rules/S3776/rust/metadata.json new file mode 100644 index 0000000000..7a73a41bfd --- /dev/null +++ b/rules/S3776/rust/metadata.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/rules/S3776/rust/rule.adoc b/rules/S3776/rust/rule.adoc new file mode 100644 index 0000000000..df140860b6 --- /dev/null +++ b/rules/S3776/rust/rule.adoc @@ -0,0 +1,13 @@ +include::../intro.adoc[] + +== Why is this an issue? + +include::../why.adoc[] + +=== What is the potential impact? + +include::../impact.adoc[] + +include::../resources.adoc[] + +include::../rspecator.adoc[]