mirror of
https://github.com/status-im/nim-style-guide.git
synced 2025-02-22 19:18:18 +00:00
remove unncessary quotes
This commit is contained in:
parent
a227fda4a4
commit
fb9dac729c
@ -14,7 +14,7 @@ Isolate legacy code with explicit exception handling, converting the errors to `
|
||||
|
||||
```nim
|
||||
# Enable exception tracking for all functions in this module
|
||||
`{.push raises: [Defect].}` # Always at start of module
|
||||
{.push raises: [Defect].} # Always at start of module
|
||||
|
||||
import stew/results
|
||||
export results # Re-export modules used in public symbols
|
||||
|
Loading…
x
Reference in New Issue
Block a user