Add template to workspace exclude (#745)

Avoids a warning in rust-analyzer and is the correct thing to do

- [x] no changelog update needed
This commit is contained in:
Gwilym Inzani 2024-07-24 17:25:30 +01:00 committed by GitHub
commit 4a3792b248
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,4 +44,6 @@ exclude = [
"examples/the-purple-night", "examples/the-purple-night",
"book/games/pong", "book/games/pong",
"template",
] ]