File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,10 +161,10 @@ $ cargo test
161161
162162### Testing a Single Header's Bindings Generation and Compiling its Bindings
163163
164- Note: You will to need to install [ Graphviz] ( https://graphviz.org/ ) since that
164+ Note: You will need to install [ Graphviz] ( https://graphviz.org/ ) since that
165165is a dependency for running ` test-one.sh ` .
166166
167- Sometimes its useful to work with one test header from start (generating
167+ Sometimes it's useful to work with one test header from start (generating
168168bindings for it) to finish (compiling the bindings and running their layout
169169tests). This can be done with the ` bindgen-tests/tests/test-one.sh ` script. It supports fuzzy
170170searching for test headers. For example, to test
Original file line number Diff line number Diff line change @@ -872,7 +872,7 @@ where
872872 if !path. is_absolute ( ) {
873873 return Err ( Error :: new (
874874 ErrorKind :: Other ,
875- "--rustfmt-configuration-- file needs to be an absolute path!" ,
875+ "--rustfmt-configuration-file needs to be an absolute path!" ,
876876 ) ) ;
877877 }
878878
You can’t perform that action at this time.
0 commit comments