diff options
Diffstat (limited to 'azalea-client/src/entity_query.rs')
| -rw-r--r-- | azalea-client/src/entity_query.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/src/entity_query.rs b/azalea-client/src/entity_query.rs index 7ac0e325..e39a7d2f 100644 --- a/azalea-client/src/entity_query.rs +++ b/azalea-client/src/entity_query.rs @@ -15,6 +15,7 @@ impl Client { /// /// # Examples /// ``` + /// # use azalea_world::entity::WorldName; /// # fn example(mut client: azalea_client::Client) { /// let is_logged_in = client /// .query::<Option<&WorldName>>(&mut client.ecs.lock()) |
