From 1b3a4f5f26ac9af32815191b4cd74ac2c45a650b Mon Sep 17 00:00:00 2001 From: Jane Losare-Lusby Date: Wed, 25 Jan 2023 17:50:52 -0800 Subject: [PATCH] Update charter.md Co-authored-by: Josh Triplett --- charter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charter.md b/charter.md index b495453..58c2d5a 100644 --- a/charter.md +++ b/charter.md @@ -2,7 +2,7 @@ ## Aims: Evolving the Rust Style over time -1. Selecting styling for new Rust constructs +1. Defining the style for new Rust constructs 2. Evolving the existing style over the course of Rust editions (without breaking backwards compatibility) 3. Defining mechanisms to evolve the Rust style while taking backwards compatibility into account, such as via Rust editions or similar mechanisms