From ac9a4f73d9964ec56b84badf810038616140defb Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Wed, 18 Jan 2023 11:23:51 -0600 Subject: [PATCH] delete unused template --- 0000-template.md | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 0000-template.md diff --git a/0000-template.md b/0000-template.md deleted file mode 100644 index e863843..0000000 --- a/0000-template.md +++ /dev/null @@ -1,47 +0,0 @@ -- Start Date: (fill me in with today's date, YYYY-MM-DD) -- RFC Issue: (fill me in) -- RFC PR: (leave this empty) -- Implementation Issue: (leave this empty) - -# Summary -[summary]: #summary - -One para explanation of the guideline. - - -# Details -[details]: #details - -This should get into specifics and corner-cases, and include examples of code -which satisfies and violates the guideline, and it interacts with other -formatting guidelines. - -Guidelines may include more than one acceptable rule, but should offer guidance -for when to use each rule (guidance which should be formal enough to be used by -Rustfmt). - - -# Implementation -[implementation]: #implementation - -This should specify how Rustfmt options must be set to enforce the guideline, -and what further changes (including additional options) are required. It should -specify any renaming, reorganisation, or removal of options. - - -# Rationale -[rationale]: #rationale - -This should motivate the choices behind the guideline. It should reference -existing code bases which use the proposed style. - -# Alternatives -[alternatives]: #alternatives - -What other designs have been considered? - - -# Unresolved questions -[unresolved]: #unresolved-questions - -What parts of the design are still TBD?