mibes / couch-rs

CouchDB library for Rust
Apache License 2.0
59 stars 17 forks source link

Fix the deprecated warning not properly displayed in the documentation #35

Closed Leo1003 closed 1 year ago

Leo1003 commented 1 year ago

The deprecated warning of Database::ensure_index() is written in the doc comments. Written it as attribute macro make it displayed properly.

horacimacias commented 1 year ago

thanks!