Skip to content

Commit

Permalink
format_code_in_doc_comments=true
Browse files Browse the repository at this point in the history
Summary: D52632085

Reviewed By: zertosh

Differential Revision: D52635388

fbshipit-source-id: 6487c64243ea26eba5a14d84aa3de8f8943b85a7
  • Loading branch information
stepancheg authored and facebook-github-bot committed Jan 9, 2024
1 parent 57e6951 commit 54b6f81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
//! ```
//! let code = "";
//! let mut parser = tree_sitter::Parser::new();
//! parser.set_language(tree_sitter_erlang::language()).expect("Error loading erlang grammar");
//! parser
//! .set_language(tree_sitter_erlang::language())
//! .expect("Error loading erlang grammar");
//! let tree = parser.parse(code, None).unwrap();
//! ```
//!
Expand Down

0 comments on commit 54b6f81

Please sign in to comment.