vmware-archive / database-stream-processor

Streaming and Incremental Computation Framework
Other
222 stars 20 forks source link

pipeline_manager: Fix rustdoc errors. #360

Closed blp closed 1 year ago

blp commented 1 year ago

Fixes the following:

error: unclosed HTML tag `host`
   --> crates/pipeline_manager/src/config.rs:103:53
    |
103 |     /// Accepted values are "sqlite" or "postgres://<host>:<port>".
    |                                                     ^^^^^^
    |
    = note: `-D rustdoc::invalid-html-tags` implied by `-D warnings`

error: unclosed HTML tag `port`
   --> crates/pipeline_manager/src/config.rs:103:60
    |
103 |     /// Accepted values are "sqlite" or "postgres://<host>:<port>".
    |                                                            ^^^^^^

CC: Lalith Suresh lsuresh@vmware.com Fixes: 07aa2136b26f ("Add Postgres support")