Skip to content

Commit

Permalink
Update docs in tonic::macros
Browse files Browse the repository at this point in the history
Method `format` was removed in hyperium#904, but this doc was not updated because has an attribute `ignore`
  • Loading branch information
ziutech authored Sep 9, 2024
1 parent f786537 commit 7c177b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tonic/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ macro_rules! include_proto {
/// let descriptor_path = PathBuf::from(env::var("OUT_DIR").unwrap()).join("my_descriptor.bin")
/// tonic_build::configure()
/// .file_descriptor_set_path(&descriptor_path)
/// .format(true)
/// .compile_protos(&["proto/reflection.proto"], &["proto/"])?;
/// ```
///
Expand Down

0 comments on commit 7c177b0

Please sign in to comment.