add /*notnull*/ comments in header, use NotNull for parameters
This commit is contained in:
parent
bb90af3a57
commit
40fed5ba04
13 changed files with 299 additions and 385 deletions
|
|
@ -45,7 +45,6 @@ mod connection;
|
|||
mod cp437_grid;
|
||||
mod packet;
|
||||
|
||||
|
||||
use std::time::Duration;
|
||||
|
||||
/// Actual hardware limit is around 28-29ms/frame. Rounded up for less dropped packets.
|
||||
|
|
|
|||
Loading…
Reference in a new issue