| commit | b4dba23910d0444291159647acc4a1ac0444ecdc | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Mon May 11 00:55:29 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Mon May 11 00:55:40 2020 -0700 |
| tree | bb92f52e27bbf7c6ee9986b116905faf68e20dae | |
| parent | 2967b66788f540a9ba98cced569c92d6f4aa121e [diff] [blame] |
Bring gen module doc up to date
diff --git a/gen/src/mod.rs b/gen/src/mod.rs index fa69cb5..b9d35d7 100644 --- a/gen/src/mod.rs +++ b/gen/src/mod.rs
@@ -1,5 +1,5 @@ -// Functionality that is shared between the cxx::generate_bridge entry point and -// the cmd. +// Functionality that is shared between the cxx_build::bridge entry point and +// the cxxbridge CLI command. mod error; mod find;