From 382e16eb7ea66cddc4860f4b19453b031a2a8a8a Mon Sep 17 00:00:00 2001 From: Ali Afsharzadeh Date: Thu, 30 Mar 2023 19:53:22 +0330 Subject: feat(docs): add markdown linter for exercises README.md files --- exercises/smart_pointers/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'exercises/smart_pointers') diff --git a/exercises/smart_pointers/README.md b/exercises/smart_pointers/README.md index c517ae3..d56d2b6 100644 --- a/exercises/smart_pointers/README.md +++ b/exercises/smart_pointers/README.md @@ -1,4 +1,5 @@ # Smart Pointers + In Rust, smart pointers are variables that contain an address in memory and reference some other data, but they also have additional metadata and capabilities. Smart pointers in Rust often own the data they point to, while references only borrow data. -- cgit v1.2.3