diff options
| author | mat <github@matdoes.dev> | 2022-10-23 17:01:26 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-23 17:01:37 -0500 |
| commit | 587001724acf8a7c6de30927da31c1f5fd7fdb09 (patch) | |
| tree | e6e2a264620b22f8319bde1ec544c5a4822adc31 /azalea | |
| parent | c9b1b19ff235975a80191d512392460c0eabfad4 (diff) | |
| download | azalea-drasl-587001724acf8a7c6de30927da31c1f5fd7fdb09.tar.xz | |
add `# Examples` to some docs
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 148dfca7..013e2dd3 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -128,6 +128,8 @@ pub enum Error { /// Join a server and start handling events. This function will run forever until /// it gets disconnected from the server. /// +/// # Examples +/// /// ```rust,no_run /// let error = azalea::start(azalea::Options { /// account, |
