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

XMLWordPrintableJSON

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

      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
              Reporter:
              stuart robinson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: