This commit is contained in:
Edgar 2021-12-23 18:07:28 +01:00
parent 3bc49aa9b2
commit ef4a868bbd
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -43,4 +43,4 @@ Using this macro without any argument will print the current file and line numbe
One thing to be aware is that this macro moves the input, in cases where this is a problem it's useful to borrow.
Sources:
- https://doc.rust-lang.org/std/macro.dbg.html
- <https://doc.rust-lang.org/std/macro.dbg.html>