bkettle / message-book

make a book from imessages
306 stars 11 forks source link

Fails to compile #5

Closed petertorelli closed 8 months ago

petertorelli commented 8 months ago

Not a rust user, but got this:

% cargo --version
cargo 1.76.0
% cargo run -- --help
   Compiling message-book v0.1.0 (/Users/---/github/message-book)
error: this file contains an unclosed delimiter
   --> src/main.rs:184:3
    |
55  | fn iter_messages(db_path: &PathBuf, chat_identifier: &str, output_dir: &PathBuf) -> Result<(), TableError> {
    |                                                                                                            - unclosed delimiter
...
137 |         match msg.gen_text(&db) {
    |                                 - this delimiter might not be properly closed...
...
148 |     }
    |     - ...as it matches this but it has different indentation
...
184 | }
    |   ^

error: could not compile `message-book` (bin "message-book") due to 1 previous error
bkettle commented 8 months ago

Sorry about that! Should have looked a little closer before merging #4. Fixed now!