From 560a40492e1954d19f4528d58c2f45b07379cff5 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 8 May 2024 11:40:31 +0100 Subject: new post: snip snap --- docs/posts/lightweight_linting/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/posts/lightweight_linting/index.html') diff --git a/docs/posts/lightweight_linting/index.html b/docs/posts/lightweight_linting/index.html index 3f9bed6..9982385 100644 --- a/docs/posts/lightweight_linting/index.html +++ b/docs/posts/lightweight_linting/index.html @@ -217,10 +217,10 @@ class="sourceCode bash">
# within Cargo.toml
-[dependencies]
+[dependencies]
 tree-sitter = "0.20"
 
-[dependencies.tree-sitter-rust]
+[dependencies.tree-sitter-rust]
 git = "https://github.com/tree-sitter/tree-sitter-rust"

Let’s load in some Rust code to work with. As an ode to Gödel -- cgit v1.2.3