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
161
161
162
162
### Testing a Single Header's Bindings Generation and Compiling its Bindings
163
163
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
165
165
is a dependency for running ` test-one.sh ` .
166
166
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
168
168
bindings for it) to finish (compiling the bindings and running their layout
169
169
tests). This can be done with the ` bindgen-tests/tests/test-one.sh ` script. It supports fuzzy
170
170
searching for test headers. For example, to test
Original file line number Diff line number Diff line change @@ -872,7 +872,7 @@ where
872
872
if !path. is_absolute ( ) {
873
873
return Err ( Error :: new (
874
874
ErrorKind :: Other ,
875
- "--rustfmt-configuration-- file needs to be an absolute path!" ,
875
+ "--rustfmt-configuration-file needs to be an absolute path!" ,
876
876
) ) ;
877
877
}
878
878
You can’t perform that action at this time.
0 commit comments