Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-274

README.md needs to include Bson in `use`. example in README.md fails otherwise

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 0.9.2
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      here: https://github.com/mongodb/mongo-rust-driver#inserting-documents-into-a-collection

       

      currently is:

      Finding documents in a collection

      use bson::{doc, bson};

       
      should be:
       

      Finding documents in a collection

      use bson::{doc, bson, Bson};
       

            Assignee:
            patrick.freed@mongodb.com Patrick Freed
            Reporter:
            stuart.clifford@gmail.com stuart robinson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: