doc: missing rust tag for source code

This commit is contained in:
x
2023-01-21 21:31:52 +01:00
parent 306d70fe1f
commit 6884e276f1

View File

@@ -78,7 +78,7 @@ configuration doesn't match attemping to start a session will simply
return without doing anything. For example, if you are an outbound node,
`inbound.start()` will return with the following message:
```
```rust
info!(target: "net", "Not configured for accepting incoming connections.");
```