HomeDevCentral

Use Display trait instead of Error::description()

This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Use Display trait instead of Error::description()

Summary: The description method has been deprecated since Rust 1.41.

Test Plan: Compiled a pgsql/serde project against the library.

Reviewers: dereckson

Differential Revision: https://devcentral.nasqueron.org/D2146

Details

Provenance
derecksonAuthored on Jan 21 2020, 04:11
derecksonPushed on Jan 21 2020, 11:44
Differential Revision
D2146: Use Display trait instead of Error::description()

Commit No Longer Exists

This commit no longer exists in the repository.