Skip to content

Commit

Permalink
Fix typo in cfg_attr statement (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga authored Sep 12, 2024
1 parent 01767f3 commit 3167540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ impl OctocrabBuilder<NoSvc, DefaultOctocrabBuilderConfig, NoAuth, NotLayerReady>

/// Build a [`Client`] instance with the current [`Service`] stack.
#[cfg(feature = "default-client")]
#[cfg_attr(docsrs, doc(cfg(feature = "defaut-client")))]
#[cfg_attr(docsrs, doc(cfg(feature = "default-client")))]
pub fn build(self) -> Result<Octocrab> {
let client: hyper_util::client::legacy::Client<_, OctoBody> = {
#[cfg(all(not(feature = "opentls"), not(feature = "rustls")))]
Expand Down

0 comments on commit 3167540

Please sign in to comment.