Skip to content
Snippets Groups Projects

Change some massive indents to use guard!() pattern

Merged Ash requested to merge spookydonut/discord-bot:guard into master
Compare and Show latest version
11 files
+ 201
77
Preferences
Compare changes
Files
11
+ 0
18
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "(gdb) Launch",
"type": "gdb",
"request": "launch",
"env": { "RUST_BACKTRACE": 1 },
"target": "${workspaceFolder}/target/debug/ucc-discord-bot",
"cwd": "${workspaceFolder}",
"gdbpath": "/home/tec/.cargo/bin/rust-gdb",
"arguments": ""
}
]
}